]> dgit.raspbian.org Git - gtk+3.0.git/commitdiff
Fix build_gir logic
authorStaudey <staudi.kaos@gmail.com>
Tue, 27 Dec 2022 04:54:52 +0000 (04:54 +0000)
committerStaudey <staudi.kaos@gmail.com>
Tue, 27 Dec 2022 04:54:52 +0000 (04:54 +0000)
meson.build

index aed48fc3f6dd3954810874b37dfc7ecc2293b2b5..6c711e9e9a34f9813915cbdde7c09336ec94e1f6 100644 (file)
@@ -849,7 +849,7 @@ endif
 
 # Introspection
 gir = find_program('g-ir-scanner', required : get_option('introspection'))
-build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection'))
+build_gir = gir.found() and get_option('introspection')
 
 subdir('gdk')
 subdir('gtk')